home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 85 / CD Temático 40 Febrero 2004.iso / DOS / ntfs / user / nttools.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-02-11  |  497 b   |  20 lines

  1. /*
  2.  *  nttools.h
  3.  *  Header file for nttools.c
  4.  *
  5.  *  Copyright (C) 1997 RΘgis Duchesne
  6.  */
  7.  
  8. void print_time(ntfs_time64_t t);
  9. ntfs_volume *ntfs_open_volume(char *file, int bias, int silent, int no_inodes);
  10. int ntfs_find_file(ntfs_inode *ino, char *name);
  11. ntfs_size_t ntfs_lseek(int fd, ntfs_size_t offset, int whence);
  12. void uniprint(char *first, int length);
  13.  
  14. #ifdef _WINDOWS
  15. #define NTFS_PATH_SEP       "/\\"
  16. #else
  17. #define NTFS_PATH_SEP       "/"
  18. #endif
  19. #define PART_TYPE 0x7
  20.